diff options
author | Matt Egger <bru.barwal@sdf.org> | 2023-03-11 23:37:04 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2023-03-11 23:37:04 +0700 |
commit | 4cc8f5d66db252363849ad1b06da2c5feb2bb47f (patch) | |
tree | a60af0bce6eb88fe119be72673a4abb0415fbc1f /system/dracut/slack-desc | |
parent | 8107acd9b112af0749f640ff2174bcc9244afdc7 (diff) | |
download | slackbuilds-4cc8f5d66db252363849ad1b06da2c5feb2bb47f.tar.gz slackbuilds-4cc8f5d66db252363849ad1b06da2c5feb2bb47f.tar.xz |
system/dracut: Added (initramfs infrastructure).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/dracut/slack-desc')
-rw-r--r-- | system/dracut/slack-desc | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/system/dracut/slack-desc b/system/dracut/slack-desc new file mode 100644 index 0000000000..01797ba5c4 --- /dev/null +++ b/system/dracut/slack-desc @@ -0,0 +1,19 @@ +# HOW TO EDIT THIS FILE: +# The "handy ruler" below makes it easier to edit a package description. +# Line up the first '|' above the ':' following the base package name, and +# the '|' on the right side marks the last column you can put a character in. +# You must make exactly 11 lines for the formatting to be correct. It's also +# customary to leave one space after the ':' except on otherwise blank lines. + + |-----handy-ruler------------------------------------------------------| +dracut: dracut (an event driven initramfs infrastructure) +dracut: +dracut: dracut (the tool) is used to create an initramfs image by copying +dracut: tools and files from an installed system and combining it with the +dracut: dracut framework, usually found in /usr/lib/dracut/modules.d. +dracut: +dracut: +dracut: +dracut: +dracut: +dracut: https://github.com/dracutdevs/dracut |