Skip to content

Commit

Permalink
refactor: add flair to signal the initramfs comes from cloudlet
Browse files Browse the repository at this point in the history
Signed-off-by: BioTheWolff <[email protected]>
  • Loading branch information
BioTheWolff committed Apr 22, 2024
1 parent 2ca435f commit e7cb2e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/fs-gen/src/initramfs_generator.rs
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,9 @@ use std::io::Write;
use std::path::Path;
use std::process::{Command, Stdio};

const INIT_FILE: &[u8;220] = b"#! /bin/sh
const INIT_FILE: &[u8;211] = b"#! /bin/sh
#
# /init executable file in the initramfs
# Cloudlet initramfs generation
#
mount -t devtmpfs dev /dev
mount -t proc proc /proc
Expand Down

0 comments on commit e7cb2e8

Please sign in to comment.