| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
|
| |
You can define SMP32="YES" in the script or in its .conf file,
if you want your Live ISO to boot the 32bit SMP kernel instead.
|
|
|
|
|
|
| |
It appears that other distros do not always contain "iso-info" which
is part of "libcdio". The "isoinfo" program ion the other hand,
which is part of "cdrtools" is more widely used.
|
| |
|
|
|
|
|
|
| |
The "dialout" group is required for working with 3G USB modems and
ppp connections. If the user wants to play UNIX games, then the "games"
group membership is needed. And "disk" group was added for good measure.
|
|
|
|
|
|
|
|
| |
We need to maintain strict size requirements to keep the maximum size
of the XFCE ISO below 737.280.000 bytes (703 MB) so that it fits on CDROM.
You can always add optional/addons modules later if you create a USB Live
medium out of the ISO.
|
| |
|
|
|
|
|
|
| |
For some people, an ISO generated with xorriso instead of using
mkisofs/isohybrid is more compatible with other tools or hardware.
You need to install xorriso separately, it is not included with Slackware.
|
|
|
|
|
| |
We bind-mount /run if we started dhcpcd - so it can not be un-mounted
at the end of the init.
|
| |
|
|
|
|
|
| |
In case of network boot, do not kill the network, umount NFS prematurely
or stop udevd on shutdown.
|
|
|
|
|
|
|
|
|
| |
In order to successfully generate a 32bit ISO of the small XFCE variant,
the variable SMP32 needs to be set to "NO" because the package for the SMP
kernel will not be added (due to size constraints).
Example commandline to achieve this:
SMP32=NO ./make_slackware_live.sh -d XFCE -a i586
|
|
|
|
|
| |
The URLs mentioning 'taper' instead of 'bear' will still work because
the webserver on taper will do automatic redirection to bear.
|
| |
|
| |
|
| |
|
|
|
|
| |
I think this 'liveslak' product is in a pretty stable state now.
|
| |
|
| |
|
|
|
|
| |
Allows the user to start the SSH server, now that it is disabled by default.
|
|
|
|
|
|
|
|
|
|
| |
The passwords for users 'live' and 'root' are easy to guess.
When you use the Slackware Live Edition on a public network,
you do not want people to use an exposed SSH login.
If you still want to have the SSH daemon enabled on boot, use the
'tweak' boot parameter and provide a 'ssh' value as follows:
"tweak=ssh"
This can be combined with other tweaks of course, all comma-separated.
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
| |
The functionality of the old "nga" parameter is now implemented as a "tweak".
Tweaks are customizations that cater to specific hardware needs.
Syntax: tweaks=tweak1[,tweak2,[,...]]
Example: tweaks=nga,tpb
Currently implemented tweaks:
- nga => no glamor acceleration (X.Org tweak).
- tpb => enable TrackPoint scrolling while holding down middle mouse button.
- syn => start the syndaemon for better support of Synaptics touchpads.
|
|
|
|
|
|
|
|
|
|
| |
Default behaviour of makemod is to overwrite the destination squashfs module
without asking. When adding the '-i' switch to the 'makemod' command,
the script will ask explicitly whether it is allowed to overwrite an
existing file.
Also added is a '-h' switch which shows help on using the script.
Bugfix: add "-noappend" to the squashfs command in the script to avoid
adding new data to an existing squashfs module.
|
|
|
|
| |
Provided by GigglesUK, thanks.
|
| |
|
| |
|
|
|
|
| |
And it is ready for a stable 1.0.0 version if no further bugs are uncovered.
|
| |
|
|
|
|
| |
The number '14' used in the script could be any (unique) low-range number.
|
| |
|
| |
|
| |
|
|
|
|
|
|
| |
Packages added:
+ netkit-ftp
+ netkit-routed
|
| |
|
|
|
|
|
| |
See the README.txt for instructions on how to use the 'pxeserver' script
and what it can do for you.
|
| |
|
|
|
|
|
|
|
|
|
|
| |
This default behaviour can be prohibited by applying an extended 'hostname'
boot parameter as follows:
hostname=your_custom_hostname,fixed
The qualifier 'fixed' after the comma will prevent the hostname from being
changed to something else than 'your_custom_hostname'.
|
|
|
|
|
| |
Results in a nicer looking welcome screen when you boot the Live OS
without the graphical syslinux menu.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
Added packages:
+ bind
+ dnsmasq
+ idnkit
+ traceroute
Removed packages:
- xfractint
- xlockmore
- xmms
The XFCE ISO has xaos as alternative to xfractint. The xlockmore program
is not used anyway (we have xscreensaver).
XMMS was a hard call but there's audacious still.
In return, you get useful stuff like nslookup and host, and dnsmasq is
required by the PXE server (soon to be added).
|
| |
|
|
|
|
|
|
|
|
|
|
| |
The resulting ISO will boot on real hardware as well as in virtualizers
like QEMU, VirtualBox and VMWare Player, despite the warning shown by
isohybrid that the ISO has more than 1024 cilynders and not all BIOSes
will be able to boot it.
Specifying sectors/heads to stay "standard compliant" will generate ISO
files that fail to boot in VirtualBox if the ISO filesize is larger
than roughly 1 GB, spitting out the error "VERR_NOT_SUPPORTED".
|
| |
|
| |
|
| |
|
| |
|
| |
|
| |
|
|
|
|
|
|
|
| |
New boot parameter:
dhcpwait=<numseconds>
Maximum wait time for the DHCP client to configure a network interface
(new default: 20 seconds, was 10 seconds).
|