Skip to content

Commit

Permalink
linux: update to 5.4.6
Browse files Browse the repository at this point in the history
  • Loading branch information
stapelberg committed Dec 24, 2019
1 parent 8ee6b1c commit acd089c
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 4 deletions.
2 changes: 1 addition & 1 deletion cmd/distri/pack.go
Original file line number Diff line number Diff line change
Expand Up @@ -804,7 +804,7 @@ name=root`)
if err := ioutil.WriteFile("/mnt/etc/dracut.conf.d/kbddir.conf", []byte("kbddir=/ro/share\n"), 0644); err != nil {
return err
}
dracut := exec.Command("sudo", "chroot", "/mnt", "sh", "-c", "dracut /boot/initramfs-5.1.9-9.img 5.1.9")
dracut := exec.Command("sudo", "chroot", "/mnt", "sh", "-c", "dracut /boot/initramfs-5.4.6-11.img 5.4.6")
dracut.Stderr = os.Stderr
dracut.Stdout = os.Stdout
if err := dracut.Run(); err != nil {
Expand Down
7 changes: 4 additions & 3 deletions pkgs/linux/build.textproto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
source: "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.1.9.tar.xz"
hash: "58c9eca99c3dd2fff5b559302996c985c3f3f2aad0b99b2172a61c4df7122a79"
version: "5.1.9-9"
source: "https://cdn.kernel.org/pub/linux/kernel/v5.x/linux-5.4.6.tar.xz"
hash: "fda561bcdea397ddd59656319c53871002938b19b554f30efed90affa30989c8"
version: "5.4.6-11"

cbuilder: <
copy_to_builddir: true
Expand All @@ -19,6 +19,7 @@ dep: "openssl"
dep: "perl"
dep: "gzip"
dep: "kmod"
dep: "rsync"

build_step: <
argv: "make"
Expand Down
8 changes: 8 additions & 0 deletions pkgs/rsync/build.textproto
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
source: "https://download.samba.org/pub/rsync/rsync-3.1.3.tar.gz"
hash: "55cc554efec5fdaad70de921cd5a5eeb6c29a95524c715f3bbf849235b0800c0"
version: "3.1.3-1"

cbuilder: <>

# build dependencies:
dep: "perl"

0 comments on commit acd089c

Please sign in to comment.