summaryrefslogtreecommitdiffstats
path: root/initramfs/mkdxsinitrd
Commit message (Collapse)AuthorAgeFilesLines
* * switched config-demuxer over to internal generation of initramfsOliver Tappe2008-02-021-801/+0Star
| | | | | | * obsoleted mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1511 95ad53e4-c205-0410-b2fa-d234c58c8868
* BUGFIX: added sed line to replace comme with blank, so the for loop worksMichael Janczyk2008-01-241-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1488 95ad53e4-c205-0410-b2fa-d234c58c8868
* * started to work on re-implementation of mkdxsinitrd in perlOliver Tappe2008-01-161-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1477 95ad53e4-c205-0410-b2fa-d234c58c8868
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-1/+11
| | | | | | | | | | | | | | | | | | | | | | | | * activated invocation of init-hooks * removed explicit splashy calls from init (they are now done in several init-hooks provided by the Theme plugin) * the stage3 plugins are now invoked via '.' instead via a separate shell, such that they can export changed environment variables * changed invocation of initial_boot() - we now pass in the list of initscripts as otherwise I have been unable to let this function access a changed D_INITSCRIPTS variable (it would only see initial content) * moved invocation of initial_boot from servconfig to init (again such that a changed D_INITSCRIPTS will be handled correctly) * config-demuxer now passes the active plugins into mkdxsinitrd * mkdxsinitrd accepts a list of active plugins (-p) and copies the hooks directly into the initialramfs, such that they are available immediately in stage3 The bootsplash stuff (splashy) seems to work properly, but the handling of displaymanager themes is currently broken. I will look into that tomorrow. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1472 95ad53e4-c205-0410-b2fa-d234c58c8868
* This should setup proper X screen resolutions on machines with Intel basedDirk von Suchodoletz2007-12-081-2/+3
| | | | | | | graphic adaptors (non vesa modes) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1427 95ad53e4-c205-0410-b2fa-d234c58c8868
* Introduced completely new approach of xorg.conf setup into stage3 ... seems toDirk von Suchodoletz2007-12-051-3/+4
| | | | | | | work for me, but to be checked and reported :) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1422 95ad53e4-c205-0410-b2fa-d234c58c8868
* minor changeDirk von Suchodoletz2007-10-201-1/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1397 95ad53e4-c205-0410-b2fa-d234c58c8868
* some minor cleanups in tpm-sectionDirk von Suchodoletz2007-10-201-16/+8Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1396 95ad53e4-c205-0410-b2fa-d234c58c8868
* use new path for platform independent tpm-filesDirk von Suchodoletz2007-10-201-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1394 95ad53e4-c205-0410-b2fa-d234c58c8868
* mkdxsinitrd: added functions for tpm-secured bootingDirk von Suchodoletz2007-10-201-1/+94
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1391 95ad53e4-c205-0410-b2fa-d234c58c8868
* There exist 2 kopies of vesafb.ko in Ubuntu. one in kernel/drivers/video and ↵Michael Janczyk2007-10-111-12/+10Star
| | | | | | sometimes one directly in initrd. This modification ensures, that both modules are inserted into initrd, even if they seem to be the same (so at least one works ;)). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1374 95ad53e4-c205-0410-b2fa-d234c58c8868
* splashy works now with ubuntu.Michael Janczyk2007-10-041-0/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1367 95ad53e4-c205-0410-b2fa-d234c58c8868
* added, renamed rest of theming binaries. adapted mkdxsinitrd, init and ↵Michael Janczyk2007-09-101-44/+26Star
| | | | | | | | | | | | | servconfig for the new theming option. old bootsplash removed, since it was ugly and only worked in SUSE and needed a patched kernel. Now you can change the appearance of KDM (GDM?) and splasy by running mkdxsinitrd -s ... Makefile has to be adapted as well, since the splashy-binaries has to be copies to SLX-share-path/splashy/... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1335 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stop trying after a while if nbd-client could not be started properly Dirk von Suchodoletz2007-08-041-0/+3
| | | | | | | (slx init), small mkdxsinitrd modification for cd-boot initramfs. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1317 95ad53e4-c205-0410-b2fa-d234c58c8868
* Started on the cdboot/init and fixed a setting in mkdxsinitrd.Dirk von Suchodoletz2007-08-031-6/+4Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1312 95ad53e4-c205-0410-b2fa-d234c58c8868
* Makefile had to be extended too ...Dirk von Suchodoletz2007-08-031-5/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1310 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further on ... (see r1308, #153)Dirk von Suchodoletz2007-08-031-24/+22Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1309 95ad53e4-c205-0410-b2fa-d234c58c8868
* Add specific initramfs target (demo) for mkdxsinitrd (see #153) ...Dirk von Suchodoletz2007-08-031-179/+191
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1308 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow local block device for client root filesystem (URI isDirk von Suchodoletz2007-08-011-0/+11
| | | | | | | rootfs=lbdev://disk/fs, e.g. disk=sda2, fs=squashfs) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1296 95ad53e4-c205-0410-b2fa-d234c58c8868
* Repaired uri_token function (no prepend of leading slash is required anyDirk von Suchodoletz2007-07-191-1/+1
| | | | | | | more) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1258 95ad53e4-c205-0410-b2fa-d234c58c8868
* Rewrite of tftp fileget - should be possible to use other servers thanDirk von Suchodoletz2007-07-191-2/+2
| | | | | | | serverip (next-server) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1257 95ad53e4-c205-0410-b2fa-d234c58c8868
* * removed a comment that is no longer trueOliver Tappe2007-06-291-2/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1197 95ad53e4-c205-0410-b2fa-d234c58c8868
* Include module necessary for ubu 7.04Felix Endres2007-06-261-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1191 95ad53e4-c205-0410-b2fa-d234c58c8868
* * implemented support for generating a separate initramfs-setup as part ofOliver Tappe2007-06-241-38/+8Star
| | | | | | | | | the initramfs, machine-setup is now transported via Conf-TGZ only. N.B.: Couldn't apply this to the 4.1.0 branch since init has diverted a little too much for my liking! Will look into this next week. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1189 95ad53e4-c205-0410-b2fa-d234c58c8868
* * simplified use of PATH-variables to only the top-level set, all theOliver Tappe2007-06-151-1/+1
| | | | | | | | | others will cease to be settable by the user soon * adjusted builddebianpackage accordingly (and did a cleanup along the way) Felix: please review, I hope I didn't mess it up... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1167 95ad53e4-c205-0410-b2fa-d234c58c8868
* For Ubuntu: Include missing libraries for dhclient into initrd.Felix Endres2007-06-011-0/+5
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1135 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix of mkdxsinitrd for WLAN environment setup (atheros) ...Dirk von Suchodoletz2007-06-011-3/+3
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1127 95ad53e4-c205-0410-b2fa-d234c58c8868
* Change in pcitable (see #100) eepro100 -> e100. Changeback of sillyDirk von Suchodoletz2007-05-311-11/+10Star
| | | | | | | comments in mkdxsinitrd. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1124 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for mkdxsinitrd (see r1114) and several testing stuff ...Dirk von Suchodoletz2007-05-301-10/+12
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1116 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added missing glibc-32bit to suse-10.2_x86_64 distro infoOliver Tappe2007-05-301-1/+7
| | | | | | | | | | | | | * fixed bug in mkdxsinitrd regarding all 64-bit distros: we have to drop the x86_64 extension from DISTRO_VERSION as otherwise the distro-specific files aren't found * added missing slxldd call on libpci.so.2 which is required because this library is being copied over manually (and it needs to drag along glibc-32bit on 64-bit distros). this closes ticket#136 git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1113 95ad53e4-c205-0410-b2fa-d234c58c8868
* * part one of settings file related changes (ticket#122): Oliver Tappe2007-05-281-9/+9
| | | | | | | | - 'settings.default' now lives in /opt/openslx/share - 'settings.local' has been renamed to 'settings' git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1103 95ad53e4-c205-0410-b2fa-d234c58c8868
* Better and simpler solution; thanks Olli :)Dirk von Suchodoletz2007-05-131-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1070 95ad53e4-c205-0410-b2fa-d234c58c8868
* Make mkdxsinitrd able to follow symlinks in kernel module directoryDirk von Suchodoletz2007-05-131-3/+16
| | | | | | | | (needed for weak-update mechanism). Now one level of symlinking is allowed ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1068 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed udev stuff (from main scripts and suse specific) ...Dirk von Suchodoletz2007-05-111-7/+6Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1041 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further additions/fix for WLAN support in stage3.Dirk von Suchodoletz2007-05-101-1/+10
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1038 95ad53e4-c205-0410-b2fa-d234c58c8868
* Started to incorporate "WLAN driver support" into mkdxsinitrd (newDirk von Suchodoletz2007-05-091-12/+23
| | | | | | | | option -w ...) for test scenarios ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1037 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for the "-t" option in mkdxsinitrd and patch to add local additionsDirk von Suchodoletz2007-05-081-3/+11
| | | | | | | to Cards and pcitable (~share/templates/hwdata/{Cards,pcitable}.local) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1029 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ugly legacy removed (do not read stage3 functions for mkdxsinitrd),Dirk von Suchodoletz2007-05-071-3/+4
| | | | | | | thanks to Nico pointing that out ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1027 95ad53e4-c205-0410-b2fa-d234c58c8868
* * minor cleanup with respect to how slxldd is invokedOliver Tappe2007-05-071-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1022 95ad53e4-c205-0410-b2fa-d234c58c8868
* * improved help text some moreOliver Tappe2007-05-061-2/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1021 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added -S to helpOliver Tappe2007-05-061-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1020 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed bug that inhibited busybox to drag the required libs alongOliver Tappe2007-05-061-0/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1018 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed minor problem with superfluous rm warningOliver Tappe2007-05-061-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1010 95ad53e4-c205-0410-b2fa-d234c58c8868
* It might be more convenient to use the mkfs.ext2 out of rootfilesystemDirk von Suchodoletz2007-05-061-2/+3
| | | | | | | | than copying it into initramfs (unless available via busybox again) ... (Same principle is used for ldconfig already) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1008 95ad53e4-c205-0410-b2fa-d234c58c8868
* * added option -S to mkdxsinitrd in order to pass in the system nameOliver Tappe2007-05-061-11/+24
| | | | | | | | | | | * replaced $DISTRO by $DISTRO_NAME and $DISTRO_VER * added $SYSTEM_NAME and used it at a couple of places where $DISTRO was used before * removed the two tries to fetch the config-tgz without any system name, as these are never generated by the demuxer anyway. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1007 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanups, some deprecated stuff removed from mkdxsinitrd (theDirk von Suchodoletz2007-05-051-5/+1Star
| | | | | | | | | options -D, -v are not available any more, see MkinitrdHowto for more information) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1003 95ad53e4-c205-0410-b2fa-d234c58c8868
* * mkdxsinitrd now determines DISTRO and DISTRO_VER from the given ROOTPATHOliver Tappe2007-05-051-102/+9Star
| | | | | | | * removed old DISTRO detection code from mkdxsinitrd git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1001 95ad53e4-c205-0410-b2fa-d234c58c8868
* Bug in mkdxsinitrd preventing it from copying dhclient to initramfs (forDirk von Suchodoletz2007-05-011-2/+2
| | | | | | | using dhcp based configuration ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@976 95ad53e4-c205-0410-b2fa-d234c58c8868
* Problem with mkdxsinitrd and option (-d) for using dhclient instead ofDirk von Suchodoletz2007-04-301-2/+2
| | | | | | | | udhcpc fixed ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@968 95ad53e4-c205-0410-b2fa-d234c58c8868
* * fixed -D not being acceptedOliver Tappe2007-04-281-3/+6
| | | | | | | | * $SLX_VERSION is not determined via slxversion (which is currently incomplete, though) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@943 95ad53e4-c205-0410-b2fa-d234c58c8868