-
suggestion to load persistent settings when booting from CD
Currently, there is no way to load persistent settings if Knoppix is booted from a read-only medium. I suggest a change to the init script in the minirt, so that it is possible e.g. to boot from a CD and enter a boot parameter to load the KNOPPIX-DATA overlay file from a file somewhere else.
Code:
knoppix home=/dev/sdb1/path/to/file/loadme
should load the file loadme.img or loadme.aes from the stated device and path.
diff between original init and the new version:
Code:
848a849,871
> preparehome(){
> # mount device and set the correct mounted path in $home
> DEVICE=`echo $home | awk -F/ '{print "/"$2"/"$3}'`
> HOMEFILE="${home#$DEVICE/}"
> #check if the device is already mounted
> MOUNTED=`mount | grep ^$DEVICE | awk '{print $3}'`
> if [ -n "$MOUNTED" ]
> then
> if [ -r "$MOUNTED"/${HOMEFILE}.* ]
> then
> home="$MOUNTED"/${HOMEFILE}
> fi
> else
> # make mount point
> [ -d /mnt-home ] || mkdir -m 755 /mnt-home
> trymount "$DEVICE" /mnt-home >/dev/null 2>&1
> if [ -r /mnt-home/${HOMEFILE}.* ]
> then
> home=/mnt-home/${HOMEFILE}
> fi
> fi # if mounted
> } # preparehome
>
850a874,875
> # if home is in parameters and starts with /dev/ mount the device and find the file
> [ -n "$home" ] && [ `echo $home | awk -F/ '{print $2}'` = "dev" ] && preparehome
What's the point ? To be able to use an unmodified verifiable ISO and still load settings. Some computers cannot boot from USB, and maybe one isn't allowed to copy Knoppix to the hard disk.
Posting Permissions
- You may not post new threads
- You may not post replies
- You may not post attachments
- You may not edit your posts
-
Forum Rules

Knoppix Live GNU Linux System 9.1 on Bootable CD / DVD / USB Flash Drive
$14.99

KNOPPIX 9.1 LINUX INSTALL & LIVE DVD
$9.99

Linux Knoppix 9.1 Desktop 64bit Live Bootable DVD Rom Linux Operating System
$4.80

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 16G USB Stick
$19.10

Knoppix 9.1 Desktop Live Portable USB Flash Thumb Drive GNU Linux OS 64 Bit
$17.95

Knoppix 9.1 Desktop DVD Live Portable Disc Disk GNU Linux Distro OS 64 Bit
$14.95

Knoppix Linux Bootable OS v8.6 "Original Live Operating System" 32G USB Stick
$19.90

Knoppix 9.1 Desktop USB Live Portable Disc Disk GNU Linux Distro OS 64 Bit
$17.95

Knoppix 9.1 Desktop CD Live Portable Disc Disk GNU Linux Distro OS 64 Bit
$14.95