summaryrefslogtreecommitdiffstats
path: root/initramfs/initrd-stuff/etc
Commit message (Collapse)AuthorAgeFilesLines
* bugfix: changed xdmdir variable ;)Michael Janczyk2008-01-291-7/+7
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1504 95ad53e4-c205-0410-b2fa-d234c58c8868
* moved creation of dir into main functionMichael Janczyk2008-01-291-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1503 95ad53e4-c205-0410-b2fa-d234c58c8868
* switched kdmrc path to config-default variable, and removed from each kdm ↵Michael Janczyk2008-01-291-3/+3
| | | | | | function, hope kdm theme works now everywhere, cleaning still to be done + gdm completely renewed git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1502 95ad53e4-c205-0410-b2fa-d234c58c8868
* BUGFIX: kdm theme works now, we hope;), moved theme to pluginMichael Janczyk2008-01-241-4/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1490 95ad53e4-c205-0410-b2fa-d234c58c8868
* reimplemented splashy stuff via Theme plugin:Oliver Tappe2008-01-131-5/+7
| | | | | | | | | | | | | | | | | | | | | | | | * 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
* * added hook mechanism to initramfs-init which can be used by pluginsOliver Tappe2008-01-111-0/+11
| | | | | | | | | | | to trigger execution of their own script at a certain point in the initramfs-init execution path. This is not active yet * added basic implementation outline for Theme (a.k.a splash) plugin - unable to test anything, though, as VMware does not seem to provide a VESA framebuffer, so splashy won't run git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1466 95ad53e4-c205-0410-b2fa-d234c58c8868
* Some fixes for problems Reiner reported ...Dirk von Suchodoletz2007-12-062-5/+1Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1424 95ad53e4-c205-0410-b2fa-d234c58c8868
* Heavy cleanup after changing xorg configuration ...Dirk von Suchodoletz2007-12-062-25/+15Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1423 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for the size of container file sitting on NFS, do not use "-b" forDirk von Suchodoletz2007-11-041-1/+2
| | | | | | | busybox udhcpc (to be investigated more ...) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1403 95ad53e4-c205-0410-b2fa-d234c58c8868
* Implementing loopback container on NFS for the VMware *.vmem problem ...Dirk von Suchodoletz2007-10-241-5/+14
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1398 95ad53e4-c205-0410-b2fa-d234c58c8868
* Copy tpm stuff to the right place, correct some messages ...Dirk von Suchodoletz2007-10-202-20/+21
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1395 95ad53e4-c205-0410-b2fa-d234c58c8868
* Tried out new SuSE10.3 ... worked after just changing X settings forDirk von Suchodoletz2007-10-111-1/+1
| | | | | | | | keyboard (from deprecated value "keyboard" to "kbd" - should not even harm older systems) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1373 95ad53e4-c205-0410-b2fa-d234c58c8868
* Set of cleanups and minor fixes ...Dirk von Suchodoletz2007-10-011-13/+15
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1361 95ad53e4-c205-0410-b2fa-d234c58c8868
* New kiosk mode. Now Sound seems to work, trick: cascade cammands with "&&". ↵Michael Janczyk2007-09-281-32/+6Star
| | | | | | Sound is unmuted. stattgui removed all obsolete stuff. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1355 95ad53e4-c205-0410-b2fa-d234c58c8868
* Added new exapmle for a PXE-splash image and an example default config.Michael Janczyk2007-08-281-1/+1
| | | | | | | | What do you think? git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1327 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleaned up and corrected error messages (and german translations, seeDirk von Suchodoletz2007-08-092-30/+21Star
| | | | | | | #102) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1321 95ad53e4-c205-0410-b2fa-d234c58c8868
* Minor cleanup.Dirk von Suchodoletz2007-08-031-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1315 95ad53e4-c205-0410-b2fa-d234c58c8868
* Several fixes for the virtual environment stuff ...Dirk von Suchodoletz2007-08-022-2/+6
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1304 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow local device source for vmware/virt.machine stuff too. RemovedDirk von Suchodoletz2007-08-011-0/+2
| | | | | | | deprecated $imgsrv variable ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1300 95ad53e4-c205-0410-b2fa-d234c58c8868
* postinit.local should be set executable (was automatically done withDirk von Suchodoletz2007-08-011-13/+13
| | | | | | | | mkdxsinitrd in earlier versions, but is transported via ConfTGZ now)i, small fixes for local device fileget ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1299 95ad53e4-c205-0410-b2fa-d234c58c8868
* ... add option/proto for file=... to use some local source for ConfTGZ,Dirk von Suchodoletz2007-08-012-5/+16
| | | | | | | see r1296, r1297 too. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1298 95ad53e4-c205-0410-b2fa-d234c58c8868
* More for local device startup ... (see r1296)Dirk von Suchodoletz2007-08-011-0/+2
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1297 95ad53e4-c205-0410-b2fa-d234c58c8868
* Allow local block device for client root filesystem (URI isDirk von Suchodoletz2007-08-012-5/+5
| | | | | | | 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
* Renaming of nbd* variables to reflect a more general blockdevice (baseDirk von Suchodoletz2007-07-311-2/+2
| | | | | | | for rootfs like squashfs) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1289 95ad53e4-c205-0410-b2fa-d234c58c8868
* Forgot to remove the debugging output for fileget ...Dirk von Suchodoletz2007-07-191-7/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1262 95ad53e4-c205-0410-b2fa-d234c58c8868
* Repaired uri_token function (no prepend of leading slash is required anyDirk von Suchodoletz2007-07-191-8/+8
| | | | | | | 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-15/+40
| | | | | | | serverip (next-server) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1257 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed late_dm option (too confusing and too little effect), small fixDirk von Suchodoletz2007-07-141-0/+18
| | | | | | | for Ubuntu functions-default, added "binfinder" function. git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1242 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for syslog-ng (at least log to console tty10, if fileloggingDirk von Suchodoletz2007-07-111-6/+7
| | | | | | | preferred use start_syslog="file") git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1238 95ad53e4-c205-0410-b2fa-d234c58c8868
* * now the contents of initramfs-setup are dumped to machine-setup, too, Oliver Tappe2007-07-061-1/+2
| | | | | | in order to make it clearer what values had been given git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1228 95ad53e4-c205-0410-b2fa-d234c58c8868
* Further cleanups for ConfTGZ transport (to be more flexible for future Dirk von Suchodoletz2007-07-011-10/+6Star
| | | | | | | versions - ftp/http with wget). git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1212 95ad53e4-c205-0410-b2fa-d234c58c8868
* Fix for nfsmnt in init, more code cleanups ...Dirk von Suchodoletz2007-07-011-1/+1
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1203 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups and simplifications ...Dirk von Suchodoletz2007-07-011-34/+18Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1201 95ad53e4-c205-0410-b2fa-d234c58c8868
* Check if more than one ethernet interface is present ...Dirk von Suchodoletz2007-06-012-0/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1138 95ad53e4-c205-0410-b2fa-d234c58c8868
* Generate warning message if ConfTGZ can not be unpackedFelix Endres2007-06-013-1/+9
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1136 95ad53e4-c205-0410-b2fa-d234c58c8868
* Stuff for WLAN boot (all testing).Dirk von Suchodoletz2007-06-012-4/+22
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1125 95ad53e4-c205-0410-b2fa-d234c58c8868
* German error message added for dnbd2 ...Dirk von Suchodoletz2007-05-311-0/+4
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1119 95ad53e4-c205-0410-b2fa-d234c58c8868
* Small fix for dnbd2 if the interface is dowm for short period (dhclientDirk von Suchodoletz2007-05-311-0/+3
| | | | | | | | related problem which is shared with the other network block devices too) and error message ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1118 95ad53e4-c205-0410-b2fa-d234c58c8868
* aktualisiertVolker Uhrig2007-05-211-54/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1088 95ad53e4-c205-0410-b2fa-d234c58c8868
* Checking in tested block for flexible partition ID44 formatting andDirk von Suchodoletz2007-05-121-1/+2
| | | | | | | mounting ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1062 95ad53e4-c205-0410-b2fa-d234c58c8868
* Removed udev stuff (from main scripts and suse specific) ...Dirk von Suchodoletz2007-05-111-44/+0Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1041 95ad53e4-c205-0410-b2fa-d234c58c8868
* Switched to much more flexible disk formatting for /tmp (starting withDirk von Suchodoletz2007-05-101-0/+41
| | | | | | | | | xfs - thanks Olli for the hint!). Should be added to beta branch if tested, appoved ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1040 95ad53e4-c205-0410-b2fa-d234c58c8868
* Moved up device node creation - otherwise /dev/null would not beDirk von Suchodoletz2007-05-081-4/+7
| | | | | | | | available early enough. etc/vmware-prep is not needed any longer in stage3 (after testing of changes) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1034 95ad53e4-c205-0410-b2fa-d234c58c8868
* Ugly little bug with succession of && and || (curly bracket solves thisDirk von Suchodoletz2007-05-071-2/+2
| | | | | | | | :-)) git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1025 95ad53e4-c205-0410-b2fa-d234c58c8868
* Cleanups and simplifications in etc/functions file (stage3)Dirk von Suchodoletz2007-05-061-50/+16Star
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1009 95ad53e4-c205-0410-b2fa-d234c58c8868
* It might be more convenient to use the mkfs.ext2 out of rootfilesystemDirk von Suchodoletz2007-05-061-1/+1
| | | | | | | | 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/+11
| | | | | | | | | | | * 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
* Started to remove distro-specific udev from stage3 (was already done forDirk von Suchodoletz2007-05-053-2/+7
| | | | | | | | mkdxsinitrd, so no need there :-)), please check for other distros too (see tickets #129, #130) ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@1002 95ad53e4-c205-0410-b2fa-d234c58c8868
* Hope that solves the "hanging/no keyboard" X display problem: ReorderingDirk von Suchodoletz2007-05-052-2/+6
| | | | | | | | of start scripts, devices available ... git-svn-id: http://svn.openslx.org/svn/openslx/trunk@996 95ad53e4-c205-0410-b2fa-d234c58c8868
* Update of Stage3 error messages ...Dirk von Suchodoletz2007-05-052-23/+24
| | | | git-svn-id: http://svn.openslx.org/svn/openslx/trunk@995 95ad53e4-c205-0410-b2fa-d234c58c8868